github.com/refraction-networking/utls.serverHelloMsg.encryptedClientHello (field)

13 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L118: 			if hs.serverHello.encryptedClientHello != nil {
		handshake_client_tls13.go#L274: 		if hs.serverHello.encryptedClientHello != nil {
		handshake_client_tls13.go#L275: 			if len(hs.serverHello.encryptedClientHello) != 8 {
		handshake_client_tls13.go#L283: 			hrrHello = bytes.Replace(hrrHello, hs.serverHello.encryptedClientHello, make([]byte, 8), 1)
		handshake_client_tls13.go#L291: 			if subtle.ConstantTimeCompare(acceptConfirmation, hs.serverHello.encryptedClientHello) == 1 {
		handshake_client_tls13.go#L302: 	} else if hs.serverHello.encryptedClientHello != nil {
		handshake_messages.go#L769: 	encryptedClientHello         []byte
		handshake_messages.go#L869: 	if len(m.encryptedClientHello) > 0 {
		handshake_messages.go#L872: 			exts.AddBytes(m.encryptedClientHello)
		handshake_messages.go#L1019: 			m.encryptedClientHello = make([]byte, len(extData))
		handshake_messages.go#L1020: 			if !extData.CopyBytes(m.encryptedClientHello) {
		handshake_server_tls13.go#L571: 		helloRetryRequest.encryptedClientHello = make([]byte, 8)
		handshake_server_tls13.go#L582: 		helloRetryRequest.encryptedClientHello = acceptConfirmation